home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir29 / sgamb16.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-02-15  |  2KB  |  44 lines

  1. echo off
  2. cls
  3. echo                P C   I N F O R M A T I O N   S Y S T E M S
  4. echo      ┌─┼─ ┌┐┌┐ ┌──┐ ┌──┐ ─┬──     ┌──┐ ┌──┐ ┌┐┌┐ ┌──┐ ┐    ┌─── ┌──┐
  5. echo      └─┼┐ │└┘│ ├──┤ ├─┬┘  │       │ ─┐ ├──┤ │└┘│ ├──┤ │    ├─   ├─┬┘
  6. echo      ──┼┘ ┘  └ ┘  └ ┘ └─  └─      └──┘ ┘  └ ┘  └ ┴──┘ └─── └─── ┘ └─
  7. echo  
  8. echo     Thank you for considering $mart Gambler, "try it before you buy
  9. echo     it" ASP shareware. $mart Gambler is for people who play to win!
  10. echo     $mart Gambler explains and gives strategies for the casino, money
  11. echo     management, gambling odds, improving luck and all the popular
  12. echo     games. Planning and reporting features show how to control your
  13. echo     bankroll, analyze your play and best of all better your results!
  14. echo  
  15. echo     $mart Gambler needs 640k available memory and 720k available disk
  16. echo     space, preferably a hard disk drive. A graphics display adapter
  17. echo     is optional. The install batch file does the following:
  18. echo  
  19. echo       [1] Makes a new subdirectory named SG and changes to it.
  20. echo  
  21. echo       [2] Unzips the file SGAMB15.ZIP into SG and then displays
  22. echo           README.TXT which contains quick start information.
  23. echo    
  24. echo     If you do not wish to proceed, press Ctrl+Break, otherwise . . .
  25. echo  
  26. pause
  27. echo  
  28. if "%1"=="" goto Err
  29. if "%2"=="" goto Err
  30. %2
  31. md %2\SG
  32. cd %2\SG
  33. %1pkunzjr %1SGAMB16.ZIP
  34. echo  
  35. echo $mart Gambler installation was successful!
  36. echo  
  37. type README.TXT
  38. goto End
  39. :Err
  40. echo ERROR - Syntex Required:  INSTALL  floppydrive:  harddrive:
  41. echo  
  42. echo  
  43. :End
  44.